home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetSentryX_1.6.5.dmg / IPNetSentryX folder / IPNetSentryX.app / Contents / Resources / FilterStyles.plist < prev    next >
Extensible Markup Language  |  2008-06-11  |  960b  |  45 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Allow</key>
  6.     <dict>
  7.         <key>identifier</key>
  8.         <string>allow</string>
  9.         <key>title</key>
  10.         <string>Allow</string>
  11.         <key>type</key>
  12.         <string>allowAccess</string>
  13.     </dict>
  14.     <key>Blacklist</key>
  15.     <dict>
  16.         <key>blacklistDuration</key>
  17.         <integer>0</integer>
  18.         <key>identifier</key>
  19.         <string>blacklist</string>
  20.         <key>title</key>
  21.         <string>Blacklist</string>
  22.         <key>type</key>
  23.         <string>blacklist</string>
  24.     </dict>
  25.     <key>Deny</key>
  26.     <dict>
  27.         <key>identifier</key>
  28.         <string>deny</string>
  29.         <key>title</key>
  30.         <string>Deny</string>
  31.         <key>type</key>
  32.         <string>denyAccess</string>
  33.     </dict>
  34.     <key>Log</key>
  35.     <dict>
  36.         <key>identifier</key>
  37.         <string>log</string>
  38.         <key>title</key>
  39.         <string>Log</string>
  40.         <key>type</key>
  41.         <string>notification</string>
  42.     </dict>
  43. </dict>
  44. </plist>
  45.